Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],TextOrientation)
The drawing objects to process.
The text orientation for the drawing objects.


In This Topic
    ShapeActionsCommand Constructor(Shape[],TextOrientation)
    In This Topic
    Changes the shapes' text orientation
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingObjects() As Shape, _
       ByVal textOrientation As TextOrientation _
    )
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim textOrientation As TextOrientation
     
    Dim instance As New ShapeActionsCommand(drawingObjects, textOrientation)
    public ShapeActionsCommand( 
       Shape[] drawingObjects,
       TextOrientation textOrientation
    )

    Parameters

    drawingObjects
    The drawing objects to process.
    textOrientation
    The text orientation for the drawing objects.
    See Also